/* figure out what goes where. First,Last,Next,Prev */
SelectMSG:
NextMSG = msgnumber + 1
PrevMSG = msgnumber - 1
SELECT
When PrevMSG = 0 then call writeln(out,'<HR><CENTER><A HREF="'MyConf||CDATA.NUMMESSAGES||EXT'"><IMG BORDER=0 SRC="last.gif" ALT="| Last |"></A><A HREF="'MyConf||NextMSG||EXT'"><IMG BORDER=0 SRC="next.gif" ALT=" Next |"></A>')
When NextMSG > CDATA.NUMMESSAGES then call writeln(out,'<HR><CENTER><A HREF="'MyConf||PrevMSG||EXT'"><IMG BORDER=0 SRC="previous.gif" ALT="| Prev |"></A><A HREF="'MyConf||'1'||EXT'"><IMG BORDER=0 SRC="first.gif" ALT=" First |"></A>')
call writeln(out, '<META NAME="DESCRIPTION" CONTENT="Thor Conference: 'MyConf' - This program was written by Troy E. Bouchard for the Amiga. You can download it from Aminet or you can EMail me for it.">')
Call WriteLN out, '<META NAME="DESCRIPTION" CONTENT="Thor Conference: 'MSG.CONFNAME' - This program was written by Troy E. Bouchard. You can download it from Aminet or you can EMail me for it.">'